home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
42.DocApp
/
DocApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-19
|
305 b
|
26 lines
/* Generated by Interface Builder */
#import <appkit/Application.h>
#define DEBUGGING FALSE
#define FILEEXT "txt"
@interface DocApp:Application
{
id openPanel;
id savePanel;
}
// Outlet Initialization
- openPanel;
- savePanel;
// Class Methods
- newDocument:sender;
- openDocument:sender;
@end